home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / OS / Layer / CWBuildSOM next >
Encoding:
Text File  |  1996-09-17  |  464 b   |  12 lines  |  [TEXT/MPS ]

  1. # Builds xh and xih files.
  2. #
  3. # This is meant to be used for CodeWarrior IDE builds only.
  4. # Since the SOM files are stored in the sources folder, we can just specify PPC Debug
  5. # and they'll get built for everything. No need to build every combination
  6. #
  7. # This script also assumes that you have placed UserStartup•ODF in your MPW folder.
  8.  
  9. Directory "{ODF}CWPPCDebug:"
  10. FWBuild -Metrowerks "{ODF}OS:Layer:ODFOS.SOM"
  11. FWBuild -Metrowerks "{ODF}OS:FWResour:FWResour.SOM"
  12.